fix(deps): update rust crate mtp-rs to 0.27.0 - autoclosed#38
Closed
renovate[bot] wants to merge 1 commit into
Closed
fix(deps): update rust crate mtp-rs to 0.27.0 - autoclosed#38renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/mtp-rs-0.x
branch
from
July 18, 2026 23:23
87cf6f3 to
81e1a81
Compare
Owner
|
Auto-closed because The compile break this bump would have caused ( |
renovate
Bot
force-pushed
the
renovate/mtp-rs-0.x
branch
2 times, most recently
from
July 20, 2026 13:11
81e1a81 to
eb3bbed
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.26.0→0.27.0Release Notes
vdavid/mtp-rs (mtp-rs)
v0.27.0Compare Source
Library
0.27.0, CLI0.7.2. Consumers can react to a device being plugged in instead of re-listing to find out.Added
mtp::watch_devices(). Returns aDeviceWatchstream ofHotplugEvent::Arrived(MtpDeviceInfo)/Left(MtpDeviceInfo), so a consumer reacts to a phone appearing instead of re-listing on a timer or on every USB event the system produces. Devices already connected are reported asArrivedon first poll, which means one code path and no gap for a device plugged in during startup to fall through.Leftcarries the full device info, including the serial the OS doesn't report on disconnect, so a consumer with two phones attached can tell which one went away. Non-MTP USB traffic never reaches the consumer. Tune withDeviceWatchBuilder(known_devices,settle_delay; defaultDEFAULT_SETTLE_DELAYis 500 ms). USB only, so virtual devices don't produce events. Seeexamples/watch_devices.rs. Verified on a Pixel 9 Pro XL: connected-at-start, unplug, and replug all reported correctly, with the departing device still fully identified.0.7.2just tracks the new library version.Configuration
📅 Schedule: (in timezone Europe/Budapest)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.